/*banner*/
.banner {
	height: auto;
	max-width: 1920px;
	margin: 0 auto !important;
	position: relative;
	margin-top: -34px;
}

.banner .bd li {
	float: left;
	width: 100%;
}

.banner .bd li img {
	width: 100%;
}

.banner .bd li a {
	display: block;
}

.banner .prev {
	position: absolute;
	top: 40%;
	left: 6%;
	z-index: 10;
	cursor: pointer;
}

.banner .next {
	position: absolute;
	top: 40%;
	right: 6%;
	z-index: 10;
	cursor: pointer;
}

.banner .hd {
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 8%;
}

.banner .hd li {
	width: 40px;
	height: 8px;
	background: #fff;
	margin: 0 5px;
	display: inline-block;
}

.banner .hd li.on {
	background: #D7342F;
}

/*搜索*/
.search {
	height: 72px;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.keyword {
	font-size: 14px;
	color: #888;
	padding-left: 30px;
	line-height: 72px;
	background: url(../images/hot.png) no-repeat left center;
	padding-left: 30px;
}

.keyword b {
	color: #343434;
	margin-right: 10px;
	font-weight: normal;
}

.keyword a {
	color: #666;
	display: inline-block;
}

.keyword a:last-child:after {
	display: none;
	margin: 0;
}

.keyword a:after {
	display: inline-block;
	content: "/";
	color: #EAEAEA;
	margin: 0 5px;
}

.sou {
	margin-top: 18px;
	position: relative;
	width: 447px;
	height: 43px;
	overflow: hidden;
	background: rgba(238, 238, 238, 0.5);
}

.sou .ipt1 {
	width: 390px;
	height: 43px;
	font-size: 14px;
	color: #999;
	border: none;
	background: none;
	text-indent: 20px;
	line-height: 43px;
}

.sou .ipt2 {
	background: url(../images/search.png) no-repeat 13px center;
	display: block;
	width: 33px;
	height: 22px;
	border: none;
	float: right;
	margin-right: 19px;
	margin-top: 11px;
	border-left: 1px solid #DEDEDE;
	padding-left: 13px;
}

/*引子*/
.yz {
	padding-top: 66px;
}

.yz h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
}

.yz h2 a {
	display: block;
}

.yz h2 span {
	color: #154198;
	font-weight: bold;
}

.yz h2 em {
	display: block;
	margin-top: 14px;
}

.yz p.ms {
	font-size: 16px;
	color: #6e6e6e;
	text-align: center;
	line-height: 36px;
	margin-top: 18px;
}

.yz li {
	float: left;
	margin-right: 9px;
	width: 218px;
	height: 243px;
	margin-top: 28px;
	position: relative;
}

.yz li:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 62px solid #fff;
	border-right: 109px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}

.yz li:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 62px solid #fff;
	border-left: 109px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.yz li:first-child {
	margin-left: 40px;
}

.yz li:last-child {
	margin-right: 0;
}

.yz li em {
	display: block;
	width: 218px;
	height: 243px;
	position: relative;
	overflow: hidden;
}

.yz li em:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 62px solid #fff;
	border-right: 109px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.yz li em:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 62px solid #fff;
	border-left: 109px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

.yz li img {
	width: 218px;
	height: 243px;
}

/*品质好货*/
.pro {
	background: #f5f5f5;
	padding: 0 0 80px;
	position: relative;
}

.pro:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.pro.pro2:after {
	display: none;
}

.pro h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.pro h2 a {
	display: block;
	;
}

.pro h2 b {
	background: url(../images/tit_bg.png) no-repeat;
	width: 47px;
	height: 48px;
	display: block;
	text-align: center;
	padding-top: 2px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.pro h2 b img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.pro h2 span {
	color: #154198;
	font-weight: bold;
}

.pro h2 em {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.pro h2 em i {
	color: #D0D0D0;
	font-weight: lighter;
	margin: 0 2px;
}

.pro .tit {
	margin-top: 52px;
}

.pro .tit li {
	float: left;
	width: 132px;
	margin-right: 14px;
}

.pro .tit li:last-child {
	margin-right: 0;
}

.pro .tit li em {
	width: 133px;
	height: 133px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	display: block;
}

.pro .tit li em img {
	width: 135px;
	height: 135px;
}

.pro .tit li span {
	display: block;
	text-align: center;
	height: 35px;
	width: 142px;
	font-size: 18px;
	color: #fff;
	background: url(../images/pz_titbg.png);
	line-height: 34px;
	margin-top: 26px;
}

.pro .tit li.cur em,
.pro .tit li:hover em {
	border: 2px solid #154198
}

.pro .tit li.cur span,
.pro .tit li:hover span {
	background: url(../images/pz_titbgh.png);
}

.pro .con {
	margin-top: 68px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.pro .con dt {
	width: 600px;
	height: 450px;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pro .con dt img {
	width: 600px;
	height: 450px;
}

.pro .con dd {
	float: left;
	width: 560px;
	height: 219px;
	background: #fff;
	margin-left: -37px;
	margin-top: 32px;
	padding-left: 50px;
	padding-right: 27px;
	padding-top: 33px;
}

.pro .con dd span {
	font-size: 12px;
	color: #D6D6D6;
	display: block;
}

.pro .con dd b {
	font-size: 20px;
	font-weight: normal;
	display: block;
	width: 31px;
	white-space: nowrap;
	border-bottom: 2px solid #CA1624;
	padding-bottom: 3px;
	margin-bottom: 28px;
}

.pro .con dd p {
	width: 560px;
	line-height: 30px;
	color: #7D7D7D;
	font-size: 16px;
	height: 85px;
	overflow: hidden;
}

.pro .con dd a.more {
	font-size: 14px;
	color: #7D7D7D;
	text-decoration: underline;
}

.pro .con dd a.more img {
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
	margin-left: 6px;
}

.pro .con dd a.more:hover {
	color: #CA1624;
}

.pro .con dd a.more:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.pro .con em.picc {
	position: absolute;
	width: 383px;
	height: 166px;
	display: block;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.pro .con .qh {
	width: 189px;
	height: 75px;
	background: #fff;
	position: absolute;
	right: 195px;
	bottom: 0;
}

.pro .con .qh i {
	width: 50%;
	text-align: center;
	display: block;
	float: left;
	padding-top: 30px;
	height: 45px;
	cursor: pointer;
}

.pro .con .qh i.prev:after {
	content: "";
	display: block;
	float: right;
	width: 1px;
	height: 27px;
	background: #F0F0F0;
	margin-top: -5px;
}

.pro .con2 {
	margin-top: 40px;
}

.pro .con2 dl {
	float: left;
	width: 385px;
	margin-right: 21px;
	margin-bottom: 24px;
}

.pro .con2 dl:nth-child(3n) {
	margin-right: 0;
}

.pro .con2 dt {
	width: 385px;
	height: 289px;
	line-height: 0;
}

.pro .con2 dt img {
	width: 385px;
	height: 289px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pro .con2 dd {
	height: 74px;
	background: #fff;
	padding-left: 17px;
	padding-top: 20px;
	position: relative;
}

.pro .con2 dd b {
	display: block;
	font-size: 18px;
	color: #2C2C2C;
	font-weight: normal;
	margin-bottom: 12px;
}

.pro .con2 dd span {
	display: block;
	font-size: 16px;
	color: #8B8B8B;
	cursor: pointer;
}

.pro .con2 dd a.more {
	position: absolute;
	width: 52px;
	height: 55px;
	display: block;
	right: 12px;
	bottom: 18px;
	background: url(../images/pz_more2.png) no-repeat center;
	transition: all .2s linear;
}

.pro .con2 dl:hover {
	box-shadow: 0 3px 27px 2px rgba(0, 0, 0, 0.05), 0 0px 27px rgba(0, 0, 0, 0.05);
}

.pro .con2 dl:hover dd b a {
	color: #ca1624;
}

.pro .con2 dl:hover dd a.more {
	background: url(../images/pz_more2h.png);
	bottom: 65px;
}


/*品牌实力*/
.sl {
	background: #000 url(../images/sl_bg.png) no-repeat center top;
	height: 370px;
	position: relative;
}

.sl:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #f5f5f5;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.sl:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 50px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -960px;
}

.sl b.tb {
	background: url(../images/sl_tbg.png) no-repeat;
	width: 57px;
	height: 48px;
	display: block;
	text-align: center;
	padding-top: 16px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	top: 10px;
}

.sl b.tb img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.sl h2 {
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}

.sl h2 a {
	color: #fff;
}

.sl h2 span {
	color: #154198;
	font-weight: bold;
}

.sl h2 em {
	font-size: 30px;
	display: block;
	text-align: right;
	float: right;
	padding-top: 30px;
}

.sl h2 em span {
	font-weight: normal;
}

.sl .con {
	margin-top: 32px;
}

.sl .con ul {
	width: 600px;
	float: left;
}

.sl .con li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.sl .con li {
	float: left;
	height: 84px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	width: 140px;
	text-align: center;
}

.sl .con li em {
	height: 50px;
	display: block;
}

.sl .con li span {
	display: block;
	font-size: 24px;
	color: #fff;
	margin-top: 4px;
}

.sl .con p {
	float: right;
	width: 520px;
	margin-top: 23px;
}

.sl .con p span {
	display: block;
	color: #fff;
	opacity: 0.41;
	font-size: 16px;
}

.sl .con p i {
	color: #fff;
	font-size: 36px;
	font-family: GothamBook;
	background: url(../images/sl_tel.png) no-repeat left center;
	padding-left: 38px;
}


/*品牌四大实力*/
.sl2 {
	height: 2112px;
}

.sl2 .con1 {
	padding-top: 26px;
}

.sl2 .con1 dt {
	float: left;
	width: 600px;
	height: 506px;
}

.sl2 .con1 dt img {
	width: 600px;
	height: 506px;
}

.sl2 .con1 dd {
	float: right;
	width: 558px;
}

.sl2 .con2 dt {
	float: right;
	width: 600px;
	height: 506px;
}

.sl2 .con2 dt img {
	width: 960px;
	height: 506px;
}

.sl2 .con2 dd {
	float: left;
	width: 558px;
}

.sl2 .con2 dd h3 {
	padding-top: 54px;
}

.sl2 .con2 dd p span {
	margin-bottom: 7px;
}

.sl2 .con3 dt {
	float: left;
	width: 600px;
	height: 506px;
	margin-left: -360px;
}

.sl2 .con3 dt img {
	width: 960px;
	height: 506px;
}

.sl2 .con3 dd {
	float: right;
	width: 558px;
}

.sl2 .con3 dd h3 {
	padding-top: 54px;
}

.sl2 .con3 dd p span {
	margin-bottom: 7px;
}

.sl2 .con4 dt {
	float: right;
	width: 600px;
	height: 506px;
}

.sl2 .con4 dt img {
	width: 960px;
	height: 506px;
}

.sl2 .con4 dd {
	float: left;
	width: 558px;
}

.sl2 .con4 dd h3 {
	padding-top: 54px;
}

.sl2 dd h3 {
	margin-bottom: 38px;
	padding-top: 9px;
}

.sl2 dd h3 em {
	display: block;
	background: url(../images/sl_ctit.png);
	width: 61px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	font-weight: lighter;
	float: left;
}

.sl2 dd h3 i {
	float: left;
	margin-left: 26px;
	font-size: 36px;
	color: #242424;
	line-height: 30px;
	font-weight: normal;
}

.sl2 dd h3 i span {
	font-size: 12px;
	font-family: GothamBook;
	color: #CBCBCB;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}

.sl2 dd p {
	font-size: 16px;
	color: #383838;
	line-height: 32px;
}

.sl2 dd p span {
	display: block;
	margin-bottom: 18px;
}

.sl2 dd .list {
	margin-top: 45px;
	height: 144px;
	overflow: hidden;
}

.sl2 dd ul li {
	float: left;
	margin-right: 20px !important;
	display: inline;
}

.sl2 dd ul li:nth-child(2n) {
	margin-right: 0;
}

.sl2 dd ul li a {
	display: block;
}

.sl2 dd ul li img {
	width: 269px;
	height: 144px;
}

.sl2 dd .qh {
	text-align: center;
	margin-top: 21px;
	position: relative;
}

.sl2 dd .qh:before {
	position: absolute;
	content: "";
	width: 238px;
	height: 1px;
	background: #EBEBEB;
	left: 0;
	top: 15px;
}

.sl2 dd .qh:after {
	position: absolute;
	content: "";
	width: 238px;
	height: 1px;
	background: #EBEBEB;
	right: 0;
	top: 15px;
}

.sl2 dd .qh i {
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url(../images/sl_cqh.png);
	margin: 0 3px;
	cursor: pointer;
}

.sl2 dd .qh i.cur {
	display: inline-block;
	width: 11px;
	height: 13px;
	background: url(../images/sl_cqhh.png);
}


/*合作案例*/
.case {
	background: #f1f1f1;
	height: 1012px;
	position: relative;
	overflow: hidden;
}

.case:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.case h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.case h2 a {
	display: block;
	;
}

.case h2 b {
	background: url(../images/sl_tbg.png) no-repeat;
	width: 57px;
	height: 64px;
	display: block;
	text-align: center;
	padding-top: 7px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.case h2 b img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.case h2 span {
	color: #154198;
	font-weight: bold;
}

.case h2 em {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.case .tit {
	border-top: 1px solid #D8D8D8;
	padding-top: 15px;
	margin-top: 45px;
}

.case .tit li,
.case .tit em {
	text-align: center;
	float: left;
	margin-right: 113px;
	display: inline;
}

.case .tit em {
	margin-right: 0;
}

.case .tit li a,
.case .tit em a {
	display: block;
}

.case .tit li img,
.case .tit em img {
	width: 41px;
	height: 41px;
	display: inline-block;
}

.case .tit li span,
.case .tit em span {
	display: block;
	font-size: 18px;
	color: #373737;
	line-height: 32px;
	font-weight: bold;
	margin-top: 7px;
}

.case .con {
	position: relative;
	height: 628px;
	margin-top: 34px;
	overflow: hidden;
}

.case .con .list {
	width: 864px;
	position: absolute;
	left: 50%;
	margin-left: -432px;
}

.case .con .list .tempWrap {
	margin-left: -864px;
}

.case .con .qh {
	position: relative;
	top: 225px;
	z-index: 1;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}

.case .con .qh:after {
	content: "";
	background: rgba(0, 0, 0, 0.52);
	width: 528px;
	height: 486px;
	display: block;
	right: -360px;
	top: -225px;
	position: absolute;
	z-index: 1
}

.case .con .qh:before {
	content: "";
	background: rgba(0, 0, 0, 0.52);
	width: 528px;
	height: 486px;
	display: block;
	left: -360px;
	top: -225px;
	position: absolute;
	z-index: 1
}

.case .con .qh i.prev {
	float: left;
	margin-left: 108px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
}

.case .con .qh i.next {
	float: right;
	margin-right: 108px;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 2;
}

.case .con dl {
	width: 864px;
	height: 628px;
	position: relative;
}

.case .con dt {
	line-height: 0;
	overflow: hidden;
}

.case .con dt img {
	width: 864px;
	height: 486px;
	object-fit: cover;
}

.case .con dd {
	height: 69px;
	background: #D5D5D5;
	position: relative;
}

.case .con dd b {
	display: block;
	line-height: 69px;
	text-align: center;
	font-size: 18px;
	color: #191919;
	font-weight: normal;
}

.case .con dd p,
.case .con dd a.more {
	display: none;
}

.case .con dl.cur dd {
	background: #164298;
	height: 142px;
	padding: 0 32px;
}

.case .con dl.cur dd b {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 26px;
	padding-bottom: 22px;
	display: block;
	line-height: 110%;
	text-align: left;
}

.case .con dl.cur dd b a {
	color: #fff;
}

.case .con dl.cur dd p {
	line-height: 24px;
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	display: block;
}

.case .con dl.cur dd a.more {
	display: block;
	background: url(../images/case_more.png) no-repeat right center;
	height: 19px;
	color: #fff;
	font-size: 14px;
	color: #154198;
	width: 86px;
	right: 32px;
	top: 32px;
	position: absolute;
	line-height: 110%;
}

.case .con dl.left dd b {
	margin-right: 155px;
	text-align: right;
}

.case .con dl.right dd b {
	margin-left: 155px;
	text-align: left;
}


/*工艺流程*/
.lc {
	background: #fff;
	position: relative;
	overflow: hidden;
	height: 558px;
}

.lc:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #f1f1f1;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.lc h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-top: 88px;
}

.lc h2 a {
	display: block;
	;
}

.lc h2 b {
	background: url(../images/sl_tbg.png) no-repeat;
	width: 57px;
	height: 64px;
	display: block;
	text-align: center;
	padding-top: 5px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.lc h2 b img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.lc h2 span {
	color: #154198;
	font-weight: bold;
}

.lc h2 em {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.lc .con {
	background: url(../images/lc_bg.jpg) no-repeat center 165px;
	margin-top: 34px;
}

.lc .con1 {
	background: url(../images/lc_bg.jpg) no-repeat center 165px;
	margin-top: 34px;
}

.lc li {
	float: left;
	width: 109px;
	height: 235px;
	margin-right: 51px;
	text-align: center;
	background: url(../images/lc_cbg.png) no-repeat;
	margin-left: 6px;
}

.lc li:last-child {
	margin-right: 0;
}

.lc li em {
	display: block;
	width: 109px;
	height: 126px;
	line-height: 0;
}

.lc li em.pic1 {
	padding-top: 40px;
	height: 86px;
}

.lc li em.pic2 {
	padding-top: 40px;
	height: 86px;
	display: none;
}

.lc li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 68px;
}

.lc li.cur {
	background: url(../images/lc_cbgh.png) no-repeat;
}

.lc li.cur em.pic1 {
	display: none;
}

.lc li.cur em.pic2 {
	display: block;
}

.lc li.cur span {
	color: #154198;
}


/*聚焦*/
.new {
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	height: 793px;
}

.new:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.new h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.new h2 a {
	display: block;
	;
}

.new h2 b {
	background: url(../images/sl_tbg.png) no-repeat;
	width: 57px;
	height: 64px;
	display: block;
	text-align: center;
	padding-top: 7px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.new h2 b img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.new h2 span {
	color: #154198;
	font-weight: bold;
}

.new h2 em {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.new_l {
	width: 320px;
	background: url(../images/new_bg.jpg) repeat-x 0 0 #fff;
	padding: 30px 40px 0;
	height: 510px;
	box-shadow: 0 0 10px 2px #e7e7e7;
	overflow: hidden;
	margin-top: 54px;
}

.new_r {
	width: 781px;
	margin-top: 54px;
}

.new1,
.new2 {
	width: 701px;
	overflow: hidden;
	height: 230px;
	background: #fff;
	box-shadow: 0 0 10px 2px #e7e7e7;
	margin-bottom: 20px;
	padding: 30px 40px 0;
}

.newtil {
	height: 51px;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
}

.newtil a {
	color: #363636;
}

.newtil em {
	display: block;
	font-size: 10px;
	opacity: 0.5;
	line-height: 12px;
}

.newtil span {
	float: right;
	width: 33px;
	height: 33px;
	display: block;
	background: url(../images/new_more2.png) no-repeat 0 0;
}

.newtil span a {
	display: block;
	width: 33px;
	height: 33px;
}

.new_l .newtil a {
	color: #fff;
}

.new_l .newtil span {
	background: url(../images/new_more1.png) no-repeat 0 0;
}

.new_l dl {
	padding: 16px 0 0;
}

.new_l dt,
.new_l dt img {
	height: 239px;
	width: 320px;
	display: block;
	overflow: hidden;
}

.new_l dd {
	padding: 11px 0 0;
}

.new_l dd h3,
.new1_c li a {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #363636;
	display: block;
}

.new_l dd h3 a {
	display: block;
	color: #363636;
}

.new_l dd h3 a:hover {
	color: #154198;
}

.new_l dd h3:hover,
.new1_c li a:hover {
	color: #154198;
}

.new_l dd p {
	height: 108px;
	font: 14px "Microsoft YaHei";
	color: #989898;
	overflow: hidden;
}

.new_l dd span,
.new1_c li span {
	background: url(../images/new_line.jpg) no-repeat 0 center;
	height: 24px;
	overflow: hidden;
	text-align: right;
	font-family: Times New Roman;
	color: #989898;
	display: block;
}

.new1_c li {
	width: 312px;
	float: left;
}

.new1_c li p {
	height: 76px;
	overflow: hidden;
	color: #989898;
	font-size: 14px;
}

.new1_c li:nth-child(2n-1) {
	padding: 0 68px 0 0;
}

.new2 {
	position: relative;
}

.new2 .newtil {
	height: 10px;
}

.new2 .newtil span {
	position: absolute;
	right: 40px;
	top: 30px;
}

.new2 .newtil p {
	position: absolute;
	left: 40px;
	top: 30px;
}

.new2_w {
	width: 326px;
}

.new2_w li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.new2_w li a {
	color: #999;
	font-size: 14px;
}

.new2_w li a:hover {
	color: #154198;
	text-decoration: underline;
}

.new2_p {
	width: 355px;
}

.new2_p dt {
	float: right;
}

.new2_p dd {
	float: left;
	padding: 145px 0 0;
}

.new2_p dd a {
	display: block;
	background: url(../images/new_more4.jpg) no-repeat;
	width: 148px;
	height: 43px;
	font: 14px "Microsoft YaHei";
	line-height: 43px;
	padding-left: 20px;
	color: #fff;
}



/*走进*/
.about {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.about:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 50px solid #f4f4f4;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.about h2 {
	text-align: center;
	font-size: 40px;
	color: #252525;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-top: 116px;
}

.about h2 a {
	display: block;
	;
}

.about h2 b {
	background: url(../images/sl_tbg.png) no-repeat;
	width: 57px;
	height: 60px;
	display: block;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.about h2 b img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.about h2 span {
	color: #154198;
	font-weight: bold;
}

.about h2 em {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}

.about .picc {
	background: url(../images/about_pic.jpg) no-repeat center top;
	position: relative;
	height: 649px;
}

.about .picc:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 48px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

.about .picc em:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 48px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	bottom: 0;
}

.about .picc em:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 48px solid #fff;
	border-right: 960px solid transparent;
	border-left: 960px solid transparent;
	left: 50%;
	bottom: 0;
	margin-left: -1920px;
}

.about .con {
	margin-top: 42px;
}

.about .con h3 {
	font-size: 22px;
	color: #252525;
	display: block;
}

.about .con p.ms {
	line-height: 30px;
	color: #393939;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 36px;
}

.about .tit ul {
	float: left;
}

.about .tit em {
	float: right;
	background: url(../images/about_more.png) no-repeat right center;
	height: 18px;
	padding-right: 22px;
}

.about .tit em a {
	color: #154198;
	text-decoration: underline;
}

.about .tit li {
	float: left;
}

.about .tit li a {
	display: inline-block;
	margin-right: 46px;
}

.about .tit li img {
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.2s ease-in;
}

.about .tit li span {
	display: inline-block;
	font-size: 20px;
	color: #1A1A1A;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
	transition: all 0.2s ease-in;
	line-height: 0
}

.about .tit li:last-child a {
	margin-right: 0;
}

.about .tit li.cur span,
.about .tit li:hover span {
	color: #154198;
}

.about .tit li.cur img,
.about .tit li:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.about .cons {
	margin-top: 32px;
}

.about .cons li {
	float: left;
	width: 283px;
	height: 160px;
	overflow: hidden;
	margin-right: 22px;
	display: inline;
}

.about .cons li:last-child {
	margin-right: 0;
}

.about .cons li a {
	display: block;
}

.about .cons li img {
	width: 283px;
	height: 160px;
}



/**/
.help_cut {
	height: 480px;
}

.help_nav {
	height: 110px;
}

.help_nav li {
	float: left;
	width: 400px;
	position: relative;
	font-size: 24px;
	color: #202428;
	padding-left: 160px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.help_nav li a {
	color: #202428;
}

.help_nav li em {
	display: block;
	font-size: 20px;
	color: #333333;
}

.help_nav li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 62px;
	background: #e8e9e9;
	right: 0;
	top: 1px;
}

.help_nav li i {
	position: absolute;
	left: 70px;
	top: 2px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.help_nav li.cur a {
	color: #D82734;
}

.help_nav li.cur i img {
	margin-left: -80px;
}

.help_nav li.cur em {
	color: #D82734;
}

.help_nav li:nth-child(3):before {
	background: none;
}


.m_help {
	height: 330px;
	width: 1200px;
	position: relative;
}

.xc {
	width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.xc li {
	width: 285px;
	position: relative;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.xc li img {
	display: block;
	width: 285px;
	height: 214px;
	object-fit: cover;
}

.xc li em {
	display: block;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: relative;
}

.xc li:hover em {
	color: #D82734;
}

.xc li em:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #D82734;
	left: 0;
	top: 58px;
	transition: all 0.3s linear 0s;
}

.xc li:hover em:before {
	width: 100%;
}

.prev1,
.next1 {
	position: absolute;
	width: 15px;
	height: 20px;
}

.prev1 {
	left: -30px;
	top: 98px;
	background: url(../images/ljt.png) no-repeat
}

.next1 {
	right: -30px;
	top: 98px;
	background: url(../images/rjt.png) no-repeat
}

.prev1:hover,
.next1:hover {
	background-position: -15px 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.yz1 {
	background: url(../images/yz1_bg.jpg) no-repeat center;
	padding-top: 50px;
	box-sizing: border-box;
	padding-bottom: 100px
}

.yz1 h2 {
	font-weight: normal;
	text-align: center;
}

.yz1 h2 span {
	display: block;
	font-size: 30px;
	color: #333333;
	line-height: 30px;
}

.yz1 h2 i {
	display: block;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	padding-top: 10px;
	font-weight: bold;
}

.yz1 .xx {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 40px;
	text-align: center;
}

.yz1 ul {
	margin: 37px 50px 0;
	height: 256px;
	text-align: center;
}

.yz1 ul li {
	float: left;
	width: 220px;
	height: 256px;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
	transition: all 0.5s;
	position: relative;
	z-index: 10;
}

.yz1 ul li:last-child {
	border-right: 0;
}

.yz1 ul li em {
	display: block;
	margin: 32px auto 0;
	width: 62px;
	height: 62px;
	overflow: hidden;
}

.yz1 ul li em img {
	display: block;
	width: 62px;
	height: 62px;
	transition: all 0.5s;
}

.yz1 ul li.cur {
	box-shadow: 0 0 32px 13px rgba(44, 47, 62, 0.10);
}

.yz1 ul li.cur img:nth-child(1) {
	margin-top: -62px;
}

.yz1 ul li.cur p {
	display: block;
}

.yz1 ul li b {
	display: block;
	font-size: 22px;
	color: #333;
	line-height: 22px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 9px;
}

.yz1 ul li span {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 12px;
	opacity: 0.2;
	text-transform: uppercase;
}

.yz1 ul li p {
	display: none;
	font-size: 14px;
	line-height: 20px;
	color: #2c2f3e;
	padding: 15px 52px 0;
}

.yz1 ul li.cur span {
	display: none;
}

.yz1 ul li.cur b {
	font-weight: bold;
	color: #2c2f3e;
}